Class CharSets


  • public class CharSets
    extends Object
    • Method Detail

      • isDigit

        public static boolean isDigit​(char ch)
        Returns true if ch is a digit, otherwise false.
        digit: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9
        Parameters:
        ch - character to be checked if it is a digit
        Returns:
        true / false
      • isPLZCharsItl

        public static boolean isPLZCharsItl​(char ch)
        Returns true if ch is plzCharsItl, otherwise false.
        Parameters:
        ch - character
        Returns:
        true / false